fix: update broken ChatGPT-CodeReview action SHA (v1.0.23)#36
Draft
fix: update broken ChatGPT-CodeReview action SHA (v1.0.23)#36
Conversation
Co-authored-by: connortessaro <116526628+connortessaro@users.noreply.github.com> Agent-Logs-Url: https://github.com/connortessaro/arc/sessions/f2e990d1-222f-4c2b-b193-84b8fa829a3a
Copilot
AI
changed the title
[WIP] Fix fingerprint for PR requests
fix: update broken ChatGPT-CodeReview action SHA (v1.0.23)
Mar 22, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
code-review-gpt.ymlpinnedanc95/ChatGPT-CodeReview@74683225bf06d9a3c56f7733a5a71e2929ba2f2c— a SHA that does not exist in the upstream repo, so every PR CI run failed at action download time.1e3df152c1b85c12da580b206c91ad343460c584(v1.0.23, latest release).Change Type (select all)
Scope (select all touched areas)
Linked Issue/PR
User-visible / Behavior Changes
GPT code review comments will now appear on PRs. Previously the step errored before running.
Security Impact (required)
NoNoNoNoNoOPENAI_API_KEYis still passed via${{ secrets.OPENAI_API_KEY }}. Workflow usespull_request(notpull_request_target), so fork PRs cannot access secrets. No risk surface change.Repro + Verification
Environment
.github/workflows/code-review-gpt.ymlSteps
mainExpected
Actual (before fix)
An action could not be found at the URI 'https://api.github.com/repos/anc95/ChatGPT-CodeReview/tarball/74683225bf06d9a3c56f7733a5a71e2929ba2f2c'Evidence
CI log from run
23375271299:SHA
1e3df152c1b85c12da580b206c91ad343460c584exists and corresponds to thev1.0.23release tag.Human Verification (required)
74683225...SHA absent fromanc95/ChatGPT-CodeReview; confirmed1e3df152...is the HEAD commit ofv1.0.23.action.ymlat the new SHA is a validnode20action entry point.OPENAI_API_KEYsecret).Review Conversations
Compatibility / Migration
YesNoNoFailure Recovery (if this breaks)
.github/workflows/code-review-gpt.yml.github/workflows/code-review-gpt.yml— revert SHA or remove fileRisks and Mitigations
Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.